Html Css Color HEX #23ABA0 Light Sea Green

📋 copy color: '#23ABA0'

red 35 ◦ green 171 ◦ blue 160

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

Shades of Light Sea Green #23ABA0

Tints of Light Sea Green #23ABA0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.72%

 BLUE value IS 160 (62.89% from 255) = 43.72%

R = 9.56%
G = 46.72%
B = 43.72%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#23ABA0 (or 0x23ABA0) is known color: Light Sea Green. HEX triplet: 23, AB and A0. RGB value is (35,171,160). Sum of RGB (Red+Green+Blue) = 35+171+160=366 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.56% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #23ABA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23ABA0 is #DC545F. Grayscale: #808080. Windows color (decimal): -14439520 or 10529571. OLE color: 10529571.

HSL color Cylindrical-coordinate representation of color #23ABA0: hue angle of 175.15º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23ABA0 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 171 160 -
CMYK 0.80 0 0.06 0.33
HSL 175.15º 0.66% 0.4% -
HSV(B) 175.15º 0.8% 0.67% -
XYZ 21.6 32.02 38.3 -
YUV 129.08 145.44 60.89 -
System Red Green Blue C M Y K H S L
Decimal 35 171 160 0.80 0 0.06 0.33 175.15 0.66 0.4
Hex 23 AB A0 50 0 6 21 AF 42 28
Octal 43 253 240 120 0 6 41 257 102 50
Binary 100011 10101011 10100000 1010000 0 110 100001 10101111 1000010 101000

Color Harmonies of #23ABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23ABA0

Black with #23ABA0

Text Example


Text Example

White with #23ABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,171,160); }

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

background-color css

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

 a { background-color: rgb(35,171,160); }

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

border-color css

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

 span { border-color: rgb(35,171,160); }

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