Html Css Color HEX #23AF9A Light Sea Green

📋 copy color: '#23AF9A'

red 35 ◦ green 175 ◦ blue 154

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

Shades of Light Sea Green #23AF9A

Tints of Light Sea Green #23AF9A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.08%

 BLUE value IS 154 (60.55% from 255) = 42.31%

R = 9.62%
G = 48.08%
B = 42.31%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#23AF9A (or 0x23AF9A) is known color: Light Sea Green. HEX triplet: 23, AF and 9A. RGB value is (35,175,154). Sum of RGB (Red+Green+Blue) = 35+175+154=364 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.62% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #23AF9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AF9A is #DC5065. Grayscale: #828282. Windows color (decimal): -14438502 or 10137379. OLE color: 10137379.

HSL color Cylindrical-coordinate representation of color #23AF9A: hue angle of 171º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AF9A is Cyan = 0.8, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 35 175 154 -
CMYK 0.8 0 0.12 0.31
HSL 171º 0.67% 0.41% -
HSV(B) 171º 0.8% 0.69% -
XYZ 21.86 33.35 35.86 -
YUV 130.75 141.12 59.71 -
System Red Green Blue C M Y K H S L
Decimal 35 175 154 0.8 0 0.12 0.31 171 0.67 0.41
Hex 23 AF 9A 50 0 C 1F AB 43 29
Octal 43 257 232 120 0 14 37 253 103 51
Binary 100011 10101111 10011010 1010000 0 1100 11111 10101011 1000011 101001

Color Harmonies of #23AF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23AF9A

Black with #23AF9A

Text Example


Text Example

White with #23AF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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