Html Css Color HEX #269589 Java

📋 copy color: '#269589'

red 38 ◦ green 149 ◦ blue 137

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

Shades of Java #269589

Tints of Java #269589

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.99%

 BLUE value IS 137 (53.91% from 255) = 42.28%

R = 11.73%
G = 45.99%
B = 42.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#269589 (or 0x269589) is known color: Java. HEX triplet: 26, 95 and 89. RGB value is (38,149,137). Sum of RGB (Red+Green+Blue) = 38+149+137=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #269589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269589 is #D96A76. Grayscale: #727272. Windows color (decimal): -14248567 or 9016614. OLE color: 9016614.

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

Color convert

RGB 38 149 137 -
CMYK 0.74 0 0.08 0.42
HSL 173.51º 0.59% 0.37% -
HSV(B) 173.51º 0.74% 0.58% -
XYZ 16.06 23.71 27.4 -
YUV 114.44 140.73 73.48 -
System Red Green Blue C M Y K H S L
Decimal 38 149 137 0.74 0 0.08 0.42 173.51 0.59 0.37
Hex 26 95 89 4A 0 8 2A AE 3B 25
Octal 46 225 211 112 0 10 52 256 73 45
Binary 100110 10010101 10001001 1001010 0 1000 101010 10101110 111011 100101

Color Harmonies of #269589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269589

Black with #269589

Text Example


Text Example

White with #269589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269589; }

 p { color: rgb(38,149,137); }

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

background-color css

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

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

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

border-color css

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

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

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