Html Css Color HEX #239A95 Java

📋 copy color: '#239A95'

red 35 ◦ green 154 ◦ blue 149

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

Shades of Java #239A95

Tints of Java #239A95

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.56%

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

R = 10.36%
G = 45.56%
B = 44.08%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#239A95 (or 0x239A95) is known color: Java. HEX triplet: 23, 9A and 95. RGB value is (35,154,149). Sum of RGB (Red+Green+Blue) = 35+154+149=338 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.36% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 154 - color contains mainly: green. Hex color #239A95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239A95 is #DC656A. Grayscale: #757575. Windows color (decimal): -14443883 or 9804323. OLE color: 9804323.

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

Color convert

RGB 35 154 149 -
CMYK 0.77 0 0.03 0.40
HSL 177.48º 0.63% 0.37% -
HSV(B) 177.48º 0.77% 0.6% -
XYZ 17.67 25.64 32.45 -
YUV 117.85 145.58 68.91 -
System Red Green Blue C M Y K H S L
Decimal 35 154 149 0.77 0 0.03 0.40 177.48 0.63 0.37
Hex 23 9A 95 4D 0 3 28 B1 3F 25
Octal 43 232 225 115 0 3 50 261 77 45
Binary 100011 10011010 10010101 1001101 0 11 101000 10110001 111111 100101

Color Harmonies of #239A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239A95

Black with #239A95

Text Example


Text Example

White with #239A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,154,149); }

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

background-color css

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

 a { background-color: rgb(35,154,149); }

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

border-color css

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

 span { border-color: rgb(35,154,149); }

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