Html Css Color HEX #23AF9B Light Sea Green

📋 copy color: '#23AF9B'

red 35 ◦ green 175 ◦ blue 155

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

Shades of Light Sea Green #23AF9B

Tints of Light Sea Green #23AF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.47%

R = 9.59%
G = 47.95%
B = 42.47%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#23AF9B (or 0x23AF9B) is known color: Light Sea Green. HEX triplet: 23, AF and 9B. RGB value is (35,175,155). Sum of RGB (Red+Green+Blue) = 35+175+155=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #23AF9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AF9B is #DC5064. Grayscale: #828282. Windows color (decimal): -14438501 or 10202915. OLE color: 10202915.

HSL color Cylindrical-coordinate representation of color #23AF9B: hue angle of 171.43º 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 #23AF9B is Cyan = 0.8, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 35 175 155 -
CMYK 0.8 0 0.11 0.31
HSL 171.43º 0.67% 0.41% -
HSV(B) 171.43º 0.8% 0.69% -
XYZ 21.94 33.38 36.3 -
YUV 130.86 141.62 59.63 -
System Red Green Blue C M Y K H S L
Decimal 35 175 155 0.8 0 0.11 0.31 171.43 0.67 0.41
Hex 23 AF 9B 50 0 B 1F AB 43 29
Octal 43 257 233 120 0 13 37 253 103 51
Binary 100011 10101111 10011011 1010000 0 1011 11111 10101011 1000011 101001

Color Harmonies of #23AF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23AF9B

Black with #23AF9B

Text Example


Text Example

White with #23AF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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