Html Css Color HEX #269586 Java

📋 copy color: '#269586'

red 38 ◦ green 149 ◦ blue 134

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

Shades of Java #269586

Tints of Java #269586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 41.74%

R = 11.84%
G = 46.42%
B = 41.74%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#269586 (or 0x269586) is known color: Java. HEX triplet: 26, 95 and 86. RGB value is (38,149,134). Sum of RGB (Red+Green+Blue) = 38+149+134=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #269586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269586 is #D96A79. Grayscale: #727272. Windows color (decimal): -14248570 or 8820006. OLE color: 8820006.

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

Color convert

RGB 38 149 134 -
CMYK 0.74 0 0.10 0.42
HSL 171.89º 0.59% 0.37% -
HSV(B) 171.89º 0.74% 0.58% -
XYZ 15.85 23.63 26.28 -
YUV 114.1 139.23 73.72 -
System Red Green Blue C M Y K H S L
Decimal 38 149 134 0.74 0 0.10 0.42 171.89 0.59 0.37
Hex 26 95 86 4A 0 A 2A AC 3B 25
Octal 46 225 206 112 0 12 52 254 73 45
Binary 100110 10010101 10000110 1001010 0 1010 101010 10101100 111011 100101

Color Harmonies of #269586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269586

Black with #269586

Text Example


Text Example

White with #269586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269586; }

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

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

background-color css

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

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

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

border-color css

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

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

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