Html Css Color HEX #269597 Java

📋 copy color: '#269597'

red 38 ◦ green 149 ◦ blue 151

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

Shades of Java #269597

Tints of Java #269597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.67%

R = 11.24%
G = 44.08%
B = 44.67%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#269597 (or 0x269597) is known color: Java. HEX triplet: 26, 95 and 97. RGB value is (38,149,151). Sum of RGB (Red+Green+Blue) = 38+149+151=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 151 - color contains mainly: blue. Hex color #269597 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269597 is #D96A68. Grayscale: #737373. Windows color (decimal): -14248553 or 9934118. OLE color: 9934118.

HSL color Cylindrical-coordinate representation of color #269597: hue angle of 181.06º 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 #269597 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 149 151 -
CMYK 0.75 0.01 0 0.41
HSL 181.06º 0.6% 0.37% -
HSV(B) 181.06º 0.75% 0.59% -
XYZ 17.13 24.14 33.03 -
YUV 116.04 147.73 72.34 -
System Red Green Blue C M Y K H S L
Decimal 38 149 151 0.75 0.01 0 0.41 181.06 0.6 0.37
Hex 26 95 97 4B 1 0 29 B5 3C 25
Octal 46 225 227 113 1 0 51 265 74 45
Binary 100110 10010101 10010111 1001011 1 0 101001 10110101 111100 100101

Color Harmonies of #269597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269597

Black with #269597

Text Example


Text Example

White with #269597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269597; }

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

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

background-color css

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

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

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

border-color css

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

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

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