Html Css Color HEX #2ACBBC Light Sea Green

📋 copy color: '#2ACBBC'

red 42 ◦ green 203 ◦ blue 188

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

Shades of Light Sea Green #2ACBBC

Tints of Light Sea Green #2ACBBC

RGB

 RED value IS 42 (16.8% from 255) = 9.7%

 GREEN value IS 203 (79.69% from 255) = 46.88%

 BLUE value IS 188 (73.83% from 255) = 43.42%

R = 9.7%
G = 46.88%
B = 43.42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#2ACBBC (or 0x2ACBBC) is known color: Light Sea Green. HEX triplet: 2A, CB and BC. RGB value is (42,203,188). Sum of RGB (Red+Green+Blue) = 42+203+188=433 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.70% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACBBC is #D53443. Grayscale: #999999. Windows color (decimal): -13972548 or 12372778. OLE color: 12372778.

HSL color Cylindrical-coordinate representation of color #2ACBBC: hue angle of 174.41º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACBBC is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 203 188 -
CMYK 0.79 0 0.07 0.20
HSL 174.41º 0.66% 0.48% -
HSV(B) 174.41º 0.79% 0.8% -
XYZ 31.39 46.83 54.96 -
YUV 153.15 147.66 48.72 -
System Red Green Blue C M Y K H S L
Decimal 42 203 188 0.79 0 0.07 0.20 174.41 0.66 0.48
Hex 2A CB BC 4F 0 7 14 AE 42 30
Octal 52 313 274 117 0 7 24 256 102 60
Binary 101010 11001011 10111100 1001111 0 111 10100 10101110 1000010 110000

Color Harmonies of #2ACBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACBBC

Black with #2ACBBC

Text Example


Text Example

White with #2ACBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ACBBC; }

 p { color: rgb(42,203,188); }

 H1.HeaderClassName
 {
   color: #2ACBBC;
 }
 .AnyTagClassName
 {
   color: #2ACBBC;
 }
</style>

background-color css

<style>
 a { background-color: #2ACBBC; }

 a { background-color: rgb(42,203,188); }

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

border-color css

<style>
 span { border-color: #2ACBBC; }

 span { border-color: rgb(42,203,188); }

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