Html Css Color HEX #269489 Java

📋 copy color: '#269489'

red 38 ◦ green 148 ◦ blue 137

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

Shades of Java #269489

Tints of Java #269489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.82%

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

R = 11.76%
G = 45.82%
B = 42.41%

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

#269489 (or 0x269489) is known color: Java. HEX triplet: 26, 94 and 89. RGB value is (38,148,137). Sum of RGB (Red+Green+Blue) = 38+148+137=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #269489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269489 is #D96B76. Grayscale: #717171. Windows color (decimal): -14248823 or 9016358. OLE color: 9016358.

HSL color Cylindrical-coordinate representation of color #269489: hue angle of 174º 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 #269489 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 148 137 -
CMYK 0.74 0 0.07 0.42
HSL 174º 0.59% 0.36% -
HSV(B) 174º 0.74% 0.58% -
XYZ 15.9 23.4 27.34 -
YUV 113.86 141.06 73.89 -
System Red Green Blue C M Y K H S L
Decimal 38 148 137 0.74 0 0.07 0.42 174 0.59 0.36
Hex 26 94 89 4A 0 7 2A AE 3B 24
Octal 46 224 211 112 0 7 52 256 73 44
Binary 100110 10010100 10001001 1001010 0 111 101010 10101110 111011 100100

Color Harmonies of #269489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269489

Black with #269489

Text Example


Text Example

White with #269489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269489; }

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

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

background-color css

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

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

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

border-color css

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

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

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