Html Css Color HEX #2CB0B3 Light Sea Green

📋 copy color: '#2CB0B3'

red 44 ◦ green 176 ◦ blue 179

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

Shades of Light Sea Green #2CB0B3

Tints of Light Sea Green #2CB0B3

RGB

 RED value IS 44 (17.58% from 255) = 11.03%

 GREEN value IS 176 (69.14% from 255) = 44.11%

 BLUE value IS 179 (70.31% from 255) = 44.86%

R = 11.03%
G = 44.11%
B = 44.86%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2CB0B3 (or 0x2CB0B3) is known color: Light Sea Green. HEX triplet: 2C, B0 and B3. RGB value is (44,176,179). Sum of RGB (Red+Green+Blue) = 44+176+179=399 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.03% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 179 - color contains mainly: blue. Hex color #2CB0B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CB0B3 is #D34F4C. Grayscale: #888888. Windows color (decimal): -13848397 or 11776044. OLE color: 11776044.

HSL color Cylindrical-coordinate representation of color #2CB0B3: hue angle of 181.33º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB0B3 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 176 179 -
CMYK 0.75 0.02 0 0.30
HSL 181.33º 0.61% 0.44% -
HSV(B) 181.33º 0.75% 0.7% -
XYZ 24.7 34.84 48.07 -
YUV 136.87 151.77 61.76 -
System Red Green Blue C M Y K H S L
Decimal 44 176 179 0.75 0.02 0 0.30 181.33 0.61 0.44
Hex 2C B0 B3 4B 2 0 1E B5 3D 2C
Octal 54 260 263 113 2 0 36 265 75 54
Binary 101100 10110000 10110011 1001011 10 0 11110 10110101 111101 101100

Color Harmonies of #2CB0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB0B3

Black with #2CB0B3

Text Example


Text Example

White with #2CB0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,176,179); }

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

background-color css

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

 a { background-color: rgb(44,176,179); }

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

border-color css

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

 span { border-color: rgb(44,176,179); }

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