Html Css Color HEX #23A49E Java

📋 copy color: '#23A49E'

red 35 ◦ green 164 ◦ blue 158

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

Shades of Java #23A49E

Tints of Java #23A49E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.94%

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 9.8%
G = 45.94%
B = 44.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#23A49E (or 0x23A49E) is known color: Java. HEX triplet: 23, A4 and 9E. RGB value is (35,164,158). Sum of RGB (Red+Green+Blue) = 35+164+158=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #23A49E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A49E is #DC5B61. Grayscale: #7C7C7C. Windows color (decimal): -14441314 or 10396707. OLE color: 10396707.

HSL color Cylindrical-coordinate representation of color #23A49E: hue angle of 177.21º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A49E is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 35 164 158 -
CMYK 0.79 0 0.04 0.36
HSL 177.21º 0.65% 0.39% -
HSV(B) 177.21º 0.79% 0.64% -
XYZ 20.14 29.38 36.96 -
YUV 124.75 146.76 63.99 -
System Red Green Blue C M Y K H S L
Decimal 35 164 158 0.79 0 0.04 0.36 177.21 0.65 0.39
Hex 23 A4 9E 4F 0 4 24 B1 41 27
Octal 43 244 236 117 0 4 44 261 101 47
Binary 100011 10100100 10011110 1001111 0 100 100100 10110001 1000001 100111

Color Harmonies of #23A49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23A49E

Black with #23A49E

Text Example


Text Example

White with #23A49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23A49E; }

 p { color: rgb(35,164,158); }

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

background-color css

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

 a { background-color: rgb(35,164,158); }

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

border-color css

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

 span { border-color: rgb(35,164,158); }

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