Html Css Color HEX #23908C Java

📋 copy color: '#23908C'

red 35 ◦ green 144 ◦ blue 140

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

Shades of Java #23908C

Tints of Java #23908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.14%

 BLUE value IS 140 (55.08% from 255) = 43.89%

R = 10.97%
G = 45.14%
B = 43.89%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#23908C (or 0x23908C) is known color: Java. HEX triplet: 23, 90 and 8C. RGB value is (35,144,140). Sum of RGB (Red+Green+Blue) = 35+144+140=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #23908C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23908C is #DC6F73. Grayscale: #6E6E6E. Windows color (decimal): -14446452 or 9211939. OLE color: 9211939.

HSL color Cylindrical-coordinate representation of color #23908C: hue angle of 177.8º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23908C is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 144 140 -
CMYK 0.76 0 0.03 0.44
HSL 177.8º 0.61% 0.35% -
HSV(B) 177.8º 0.76% 0.56% -
XYZ 15.4 22.2 28.28 -
YUV 110.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 35 144 140 0.76 0 0.03 0.44 177.8 0.61 0.35
Hex 23 90 8C 4C 0 3 2C B2 3D 23
Octal 43 220 214 114 0 3 54 262 75 43
Binary 100011 10010000 10001100 1001100 0 11 101100 10110010 111101 100011

Color Harmonies of #23908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23908C

Black with #23908C

Text Example


Text Example

White with #23908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23908C; }

 p { color: rgb(35,144,140); }

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

background-color css

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

 a { background-color: rgb(35,144,140); }

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

border-color css

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

 span { border-color: rgb(35,144,140); }

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