Html Css Color HEX #3CBDB3 Light Sea Green

📋 copy color: '#3CBDB3'

red 60 ◦ green 189 ◦ blue 179

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

Shades of Light Sea Green #3CBDB3

Tints of Light Sea Green #3CBDB3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.16%

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

R = 14.02%
G = 44.16%
B = 41.82%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#3CBDB3 (or 0x3CBDB3) is known color: Light Sea Green. HEX triplet: 3C, BD and B3. RGB value is (60,189,179). Sum of RGB (Red+Green+Blue) = 60+189+179=428 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.02% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBDB3 is #C3424C. Grayscale: #959595. Windows color (decimal): -12796493 or 11779388. OLE color: 11779388.

HSL color Cylindrical-coordinate representation of color #3CBDB3: hue angle of 175.35º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBDB3 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 189 179 -
CMYK 0.68 0 0.05 0.26
HSL 175.35º 0.52% 0.49% -
HSV(B) 175.35º 0.68% 0.74% -
XYZ 28.2 40.61 49 -
YUV 149.29 144.76 64.31 -
System Red Green Blue C M Y K H S L
Decimal 60 189 179 0.68 0 0.05 0.26 175.35 0.52 0.49
Hex 3C BD B3 44 0 5 1A AF 34 31
Octal 74 275 263 104 0 5 32 257 64 61
Binary 111100 10111101 10110011 1000100 0 101 11010 10101111 110100 110001

Color Harmonies of #3CBDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBDB3

Black with #3CBDB3

Text Example


Text Example

White with #3CBDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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