Html Css Color HEX #269999 Java

📋 copy color: '#269999'

red 38 ◦ green 153 ◦ blue 153

#269999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #269999

Tints of Java #269999

RGB

 RED value IS 38 (15.23% from 255) = 11.05%

 GREEN value IS 153 (60.16% from 255) = 44.48%

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 11.05%
G = 44.48%
B = 44.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#269999 (or 0x269999) is known color: Java. HEX triplet: 26, 99 and 99. RGB value is (38,153,153). Sum of RGB (Red+Green+Blue) = 38+153+153=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #269999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269999 is #D96666. Grayscale: #767676. Windows color (decimal): -14247527 or 10066214. OLE color: 10066214.

HSL color Cylindrical-coordinate representation of color #269999: hue angle of 180º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269999 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 153 153 -
CMYK 0.75 0 0 0.4
HSL 180º 0.6% 0.37% -
HSV(B) 180º 0.75% 0.6% -
XYZ 17.94 25.49 34.11 -
YUV 118.62 147.4 70.5 -
System Red Green Blue C M Y K H S L
Decimal 38 153 153 0.75 0 0 0.4 180 0.6 0.37
Hex 26 99 99 4B 0 0 28 B4 3C 25
Octal 46 231 231 113 0 0 50 264 74 45
Binary 100110 10011001 10011001 1001011 0 0 101000 10110100 111100 100101

Color Harmonies of #269999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269999

Black with #269999

Text Example


Text Example

White with #269999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269999; }

 p { color: rgb(38,153,153); }

 H1.HeaderClassName
 {
   color: #269999;
 }
 .AnyTagClassName
 {
   color: #269999;
 }
</style>

background-color css

<style>
 a { background-color: #269999; }

 a { background-color: rgb(38,153,153); }

 div.DivClassName
 {
   background-color: #269999;
 }
 .BgClassName
 {
   background-color: #269999;
 }
</style>

border-color css

<style>
 span { border-color: #269999; }

 span { border-color: rgb(38,153,153); }

 td.TdClassName
 {
   border-color: #269999;
 }
 .TagClassName
 {
   border-color: #269999;
 }
</style>