Html Css Color HEX #23BAAC Light Sea Green

📋 copy color: '#23BAAC'

red 35 ◦ green 186 ◦ blue 172

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

Shades of Light Sea Green #23BAAC

Tints of Light Sea Green #23BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.33%

 BLUE value IS 172 (67.58% from 255) = 43.77%

R = 8.91%
G = 47.33%
B = 43.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#23BAAC (or 0x23BAAC) is known color: Light Sea Green. HEX triplet: 23, BA and AC. RGB value is (35,186,172). Sum of RGB (Red+Green+Blue) = 35+186+172=393 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.91% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #23BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BAAC is #DC4553. Grayscale: #8B8B8B. Windows color (decimal): -14435668 or 11319843. OLE color: 11319843.

HSL color Cylindrical-coordinate representation of color #23BAAC: hue angle of 174.44º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BAAC is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 186 172 -
CMYK 0.81 0 0.08 0.27
HSL 174.44º 0.68% 0.43% -
HSV(B) 174.44º 0.81% 0.73% -
XYZ 25.7 38.45 45.1 -
YUV 139.26 146.47 53.64 -
System Red Green Blue C M Y K H S L
Decimal 35 186 172 0.81 0 0.08 0.27 174.44 0.68 0.43
Hex 23 BA AC 51 0 8 1B AE 44 2B
Octal 43 272 254 121 0 10 33 256 104 53
Binary 100011 10111010 10101100 1010001 0 1000 11011 10101110 1000100 101011

Color Harmonies of #23BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BAAC

Black with #23BAAC

Text Example


Text Example

White with #23BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,186,172); }

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

background-color css

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

 a { background-color: rgb(35,186,172); }

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

border-color css

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

 span { border-color: rgb(35,186,172); }

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