Html Css Color HEX #269691 Java

📋 copy color: '#269691'

red 38 ◦ green 150 ◦ blue 145

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

Shades of Java #269691

Tints of Java #269691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.05%

 BLUE value IS 145 (57.03% from 255) = 43.54%

R = 11.41%
G = 45.05%
B = 43.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#269691 (or 0x269691) is known color: Java. HEX triplet: 26, 96 and 91. RGB value is (38,150,145). Sum of RGB (Red+Green+Blue) = 38+150+145=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #269691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269691 is #D9696E. Grayscale: #737373. Windows color (decimal): -14248303 or 9541158. OLE color: 9541158.

HSL color Cylindrical-coordinate representation of color #269691: hue angle of 177.32º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269691 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 150 145 -
CMYK 0.75 0 0.03 0.41
HSL 177.32º 0.6% 0.37% -
HSV(B) 177.32º 0.75% 0.59% -
XYZ 16.82 24.27 30.59 -
YUV 115.94 144.39 72.41 -
System Red Green Blue C M Y K H S L
Decimal 38 150 145 0.75 0 0.03 0.41 177.32 0.6 0.37
Hex 26 96 91 4B 0 3 29 B1 3C 25
Octal 46 226 221 113 0 3 51 261 74 45
Binary 100110 10010110 10010001 1001011 0 11 101001 10110001 111100 100101

Color Harmonies of #269691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269691

Black with #269691

Text Example


Text Example

White with #269691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269691; }

 p { color: rgb(38,150,145); }

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

background-color css

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

 a { background-color: rgb(38,150,145); }

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

border-color css

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

 span { border-color: rgb(38,150,145); }

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