Html Css Color HEX #269388 Java

📋 copy color: '#269388'

red 38 ◦ green 147 ◦ blue 136

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

Shades of Java #269388

Tints of Java #269388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.79%

 BLUE value IS 136 (53.52% from 255) = 42.37%

R = 11.84%
G = 45.79%
B = 42.37%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#269388 (or 0x269388) is known color: Java. HEX triplet: 26, 93 and 88. RGB value is (38,147,136). Sum of RGB (Red+Green+Blue) = 38+147+136=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #269388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269388 is #D96C77. Grayscale: #717171. Windows color (decimal): -14249080 or 8950566. OLE color: 8950566.

HSL color Cylindrical-coordinate representation of color #269388: hue angle of 173.94º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269388 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 147 136 -
CMYK 0.74 0 0.07 0.42
HSL 173.95º 0.59% 0.36% -
HSV(B) 173.95º 0.74% 0.58% -
XYZ 15.68 23.06 26.92 -
YUV 113.16 140.89 74.39 -
System Red Green Blue C M Y K H S L
Decimal 38 147 136 0.74 0 0.07 0.42 173.95 0.59 0.36
Hex 26 93 88 4A 0 7 2A AE 3B 24
Octal 46 223 210 112 0 7 52 256 73 44
Binary 100110 10010011 10001000 1001010 0 111 101010 10101110 111011 100100

Color Harmonies of #269388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269388

Black with #269388

Text Example


Text Example

White with #269388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269388; }

 p { color: rgb(38,147,136); }

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

background-color css

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

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

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

border-color css

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

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

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