Html Css Color HEX #269591 Java

📋 copy color: '#269591'

red 38 ◦ green 149 ◦ blue 145

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

Shades of Java #269591

Tints of Java #269591

RGB

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

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

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

R = 11.45%
G = 44.88%
B = 43.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#269591 (or 0x269591) is known color: Java. HEX triplet: 26, 95 and 91. RGB value is (38,149,145). Sum of RGB (Red+Green+Blue) = 38+149+145=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #269591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269591 is #D96A6E. Grayscale: #737373. Windows color (decimal): -14248559 or 9540902. OLE color: 9540902.

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

Color convert

RGB 38 149 145 -
CMYK 0.74 0 0.03 0.42
HSL 177.84º 0.59% 0.37% -
HSV(B) 177.84º 0.74% 0.58% -
XYZ 16.66 23.95 30.53 -
YUV 115.36 144.73 72.83 -
System Red Green Blue C M Y K H S L
Decimal 38 149 145 0.74 0 0.03 0.42 177.84 0.59 0.37
Hex 26 95 91 4A 0 3 2A B2 3B 25
Octal 46 225 221 112 0 3 52 262 73 45
Binary 100110 10010101 10010001 1001010 0 11 101010 10110010 111011 100101

Color Harmonies of #269591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269591

Black with #269591

Text Example


Text Example

White with #269591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269591; }

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

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

background-color css

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

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

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

border-color css

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

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

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