Html Css Color HEX #239B96 Java

📋 copy color: '#239B96'

red 35 ◦ green 155 ◦ blue 150

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

Shades of Java #239B96

Tints of Java #239B96

RGB

 RED value IS 35 (14.06% from 255) = 10.29%

 GREEN value IS 155 (60.94% from 255) = 45.59%

 BLUE value IS 150 (58.98% from 255) = 44.12%

R = 10.29%
G = 45.59%
B = 44.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#239B96 (or 0x239B96) is known color: Java. HEX triplet: 23, 9B and 96. RGB value is (35,155,150). Sum of RGB (Red+Green+Blue) = 35+155+150=340 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.29% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #239B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239B96 is #DC6469. Grayscale: #767676. Windows color (decimal): -14443626 or 9870115. OLE color: 9870115.

HSL color Cylindrical-coordinate representation of color #239B96: hue angle of 177.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239B96 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 155 150 -
CMYK 0.77 0 0.03 0.39
HSL 177.5º 0.63% 0.37% -
HSV(B) 177.5º 0.77% 0.61% -
XYZ 17.92 26 32.93 -
YUV 118.55 145.74 68.41 -
System Red Green Blue C M Y K H S L
Decimal 35 155 150 0.77 0 0.03 0.39 177.5 0.63 0.37
Hex 23 9B 96 4D 0 3 27 B2 3F 25
Octal 43 233 226 115 0 3 47 262 77 45
Binary 100011 10011011 10010110 1001101 0 11 100111 10110010 111111 100101

Color Harmonies of #239B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239B96

Black with #239B96

Text Example


Text Example

White with #239B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239B96; }

 p { color: rgb(35,155,150); }

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

background-color css

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

 a { background-color: rgb(35,155,150); }

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

border-color css

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

 span { border-color: rgb(35,155,150); }

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