Html Css Color HEX #23AFAE Light Sea Green

📋 copy color: '#23AFAE'

red 35 ◦ green 175 ◦ blue 174

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

Shades of Light Sea Green #23AFAE

Tints of Light Sea Green #23AFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.31%

R = 9.11%
G = 45.57%
B = 45.31%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#23AFAE (or 0x23AFAE) is known color: Light Sea Green. HEX triplet: 23, AF and AE. RGB value is (35,175,174). Sum of RGB (Red+Green+Blue) = 35+175+174=384 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.11% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #23AFAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AFAE is #DC5051. Grayscale: #848484. Windows color (decimal): -14438482 or 11448099. OLE color: 11448099.

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

Color convert

RGB 35 175 174 -
CMYK 0.8 0 0.01 0.31
HSL 179.57º 0.67% 0.41% -
HSV(B) 179.57º 0.8% 0.69% -
XYZ 23.66 34.07 45.37 -
YUV 133.03 151.12 58.08 -
System Red Green Blue C M Y K H S L
Decimal 35 175 174 0.8 0 0.01 0.31 179.57 0.67 0.41
Hex 23 AF AE 50 0 1 1F B4 43 29
Octal 43 257 256 120 0 1 37 264 103 51
Binary 100011 10101111 10101110 1010000 0 1 11111 10110100 1000011 101001

Color Harmonies of #23AFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23AFAE

Black with #23AFAE

Text Example


Text Example

White with #23AFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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