Html Css Color HEX #3CB0B3 Light Sea Green

📋 copy color: '#3CB0B3'

red 60 ◦ green 176 ◦ blue 179

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

Shades of Light Sea Green #3CB0B3

Tints of Light Sea Green #3CB0B3

RGB

 RED value IS 60 (23.83% from 255) = 14.46%

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

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

R = 14.46%
G = 42.41%
B = 43.13%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3CB0B3 (or 0x3CB0B3) is known color: Light Sea Green. HEX triplet: 3C, B0 and B3. RGB value is (60,176,179). Sum of RGB (Red+Green+Blue) = 60+176+179=415 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.46% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 179 - color contains mainly: blue. Hex color #3CB0B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CB0B3 is #C34F4C. Grayscale: #8D8D8D. Windows color (decimal): -12799821 or 11776060. OLE color: 11776060.

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

Color convert

RGB 60 176 179 -
CMYK 0.66 0.02 0 0.30
HSL 181.51º 0.5% 0.47% -
HSV(B) 181.51º 0.66% 0.7% -
XYZ 25.53 35.27 48.11 -
YUV 141.66 149.07 69.76 -
System Red Green Blue C M Y K H S L
Decimal 60 176 179 0.66 0.02 0 0.30 181.51 0.5 0.47
Hex 3C B0 B3 42 2 0 1E B6 32 2F
Octal 74 260 263 102 2 0 36 266 62 57
Binary 111100 10110000 10110011 1000010 10 0 11110 10110110 110010 101111

Color Harmonies of #3CB0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB0B3

Black with #3CB0B3

Text Example


Text Example

White with #3CB0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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