Html Css Color HEX #23BCA2 Light Sea Green

📋 copy color: '#23BCA2'

red 35 ◦ green 188 ◦ blue 162

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

Shades of Light Sea Green #23BCA2

Tints of Light Sea Green #23BCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.83%

 BLUE value IS 162 (63.67% from 255) = 42.08%

R = 9.09%
G = 48.83%
B = 42.08%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#23BCA2 (or 0x23BCA2) is known color: Light Sea Green. HEX triplet: 23, BC and A2. RGB value is (35,188,162). Sum of RGB (Red+Green+Blue) = 35+188+162=385 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.09% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #23BCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BCA2 is #DC435D. Grayscale: #8B8B8B. Windows color (decimal): -14435166 or 10664995. OLE color: 10664995.

HSL color Cylindrical-coordinate representation of color #23BCA2: hue angle of 169.8º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BCA2 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 188 162 -
CMYK 0.81 0 0.14 0.26
HSL 169.8º 0.69% 0.44% -
HSV(B) 169.8º 0.81% 0.74% -
XYZ 25.2 38.93 40.37 -
YUV 139.29 140.81 53.61 -
System Red Green Blue C M Y K H S L
Decimal 35 188 162 0.81 0 0.14 0.26 169.8 0.69 0.44
Hex 23 BC A2 51 0 E 1A AA 45 2C
Octal 43 274 242 121 0 16 32 252 105 54
Binary 100011 10111100 10100010 1010001 0 1110 11010 10101010 1000101 101100

Color Harmonies of #23BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BCA2

Black with #23BCA2

Text Example


Text Example

White with #23BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,188,162); }

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

background-color css

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

 a { background-color: rgb(35,188,162); }

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

border-color css

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

 span { border-color: rgb(35,188,162); }

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