Html Css Color HEX #3CBDAC Light Sea Green

📋 copy color: '#3CBDAC'

red 60 ◦ green 189 ◦ blue 172

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

Shades of Light Sea Green #3CBDAC

Tints of Light Sea Green #3CBDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.86%

R = 14.25%
G = 44.89%
B = 40.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#3CBDAC (or 0x3CBDAC) is known color: Light Sea Green. HEX triplet: 3C, BD and AC. RGB value is (60,189,172). Sum of RGB (Red+Green+Blue) = 60+189+172=421 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.25% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBDAC is #C34253. Grayscale: #949494. Windows color (decimal): -12796500 or 11320636. OLE color: 11320636.

HSL color Cylindrical-coordinate representation of color #3CBDAC: hue angle of 172.09º 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 #3CBDAC is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 189 172 -
CMYK 0.68 0 0.09 0.26
HSL 172.09º 0.52% 0.49% -
HSV(B) 172.09º 0.68% 0.74% -
XYZ 27.51 40.33 45.37 -
YUV 148.49 141.26 64.88 -
System Red Green Blue C M Y K H S L
Decimal 60 189 172 0.68 0 0.09 0.26 172.09 0.52 0.49
Hex 3C BD AC 44 0 9 1A AC 34 31
Octal 74 275 254 104 0 11 32 254 64 61
Binary 111100 10111101 10101100 1000100 0 1001 11010 10101100 110100 110001

Color Harmonies of #3CBDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBDAC

Black with #3CBDAC

Text Example


Text Example

White with #3CBDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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