Html Css Color HEX #269487 Java

📋 copy color: '#269487'

red 38 ◦ green 148 ◦ blue 135

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

Shades of Java #269487

Tints of Java #269487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.06%

R = 11.84%
G = 46.11%
B = 42.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#269487 (or 0x269487) is known color: Java. HEX triplet: 26, 94 and 87. RGB value is (38,148,135). Sum of RGB (Red+Green+Blue) = 38+148+135=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #269487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269487 is #D96B78. Grayscale: #717171. Windows color (decimal): -14248825 or 8885286. OLE color: 8885286.

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

Color convert

RGB 38 148 135 -
CMYK 0.74 0 0.09 0.42
HSL 172.91º 0.59% 0.36% -
HSV(B) 172.91º 0.74% 0.58% -
XYZ 15.76 23.34 26.6 -
YUV 113.63 140.06 74.06 -
System Red Green Blue C M Y K H S L
Decimal 38 148 135 0.74 0 0.09 0.42 172.91 0.59 0.36
Hex 26 94 87 4A 0 9 2A AD 3B 24
Octal 46 224 207 112 0 11 52 255 73 44
Binary 100110 10010100 10000111 1001010 0 1001 101010 10101101 111011 100100

Color Harmonies of #269487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269487

Black with #269487

Text Example


Text Example

White with #269487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269487; }

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

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

background-color css

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

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

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

border-color css

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

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

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