Html Css Color HEX #2ACBBE Light Sea Green

📋 copy color: '#2ACBBE'

red 42 ◦ green 203 ◦ blue 190

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

Shades of Light Sea Green #2ACBBE

Tints of Light Sea Green #2ACBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 9.66%
G = 46.67%
B = 43.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#2ACBBE (or 0x2ACBBE) is known color: Light Sea Green. HEX triplet: 2A, CB and BE. RGB value is (42,203,190). Sum of RGB (Red+Green+Blue) = 42+203+190=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACBBE is #D53441. Grayscale: #999999. Windows color (decimal): -13972546 or 12503850. OLE color: 12503850.

HSL color Cylindrical-coordinate representation of color #2ACBBE: hue angle of 175.16º 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 #2ACBBE is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 203 190 -
CMYK 0.79 0 0.06 0.20
HSL 175.16º 0.66% 0.48% -
HSV(B) 175.16º 0.79% 0.8% -
XYZ 31.61 46.92 56.11 -
YUV 153.38 148.66 48.56 -
System Red Green Blue C M Y K H S L
Decimal 42 203 190 0.79 0 0.06 0.20 175.16 0.66 0.48
Hex 2A CB BE 4F 0 6 14 AF 42 30
Octal 52 313 276 117 0 6 24 257 102 60
Binary 101010 11001011 10111110 1001111 0 110 10100 10101111 1000010 110000

Color Harmonies of #2ACBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACBBE

Black with #2ACBBE

Text Example


Text Example

White with #2ACBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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