Html Css Color HEX #23AFC0 Light Sea Green

📋 copy color: '#23AFC0'

red 35 ◦ green 175 ◦ blue 192

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

Shades of Light Sea Green #23AFC0

Tints of Light Sea Green #23AFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.76%

R = 8.71%
G = 43.53%
B = 47.76%

CMYK

 C value IS 0.82

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#23AFC0 (or 0x23AFC0) is known color: Light Sea Green. HEX triplet: 23, AF and C0. RGB value is (35,175,192). Sum of RGB (Red+Green+Blue) = 35+175+192=402 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.71% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #23AFC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23AFC0 is #DC503F. Grayscale: #868686. Windows color (decimal): -14438464 or 12627747. OLE color: 12627747.

HSL color Cylindrical-coordinate representation of color #23AFC0: hue angle of 186.5º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23AFC0 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 175 192 -
CMYK 0.82 0.09 0 0.25
HSL 186.5º 0.69% 0.45% -
HSV(B) 186.5º 0.82% 0.75% -
XYZ 25.54 34.82 55.24 -
YUV 135.08 160.12 56.62 -
System Red Green Blue C M Y K H S L
Decimal 35 175 192 0.82 0.09 0 0.25 186.5 0.69 0.45
Hex 23 AF C0 52 9 0 19 BA 45 2D
Octal 43 257 300 122 11 0 31 272 105 55
Binary 100011 10101111 11000000 1010010 1001 0 11001 10111010 1000101 101101

Color Harmonies of #23AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23AFC0

Black with #23AFC0

Text Example


Text Example

White with #23AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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