Html Css Color HEX #3CADAD Light Sea Green

📋 copy color: '#3CADAD'

red 60 ◦ green 173 ◦ blue 173

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

Shades of Light Sea Green #3CADAD

Tints of Light Sea Green #3CADAD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.61%

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 14.78%
G = 42.61%
B = 42.61%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3CADAD (or 0x3CADAD) is known color: Light Sea Green. HEX triplet: 3C, AD and AD. RGB value is (60,173,173). Sum of RGB (Red+Green+Blue) = 60+173+173=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #3CADAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CADAD is #C35252. Grayscale: #8B8B8B. Windows color (decimal): -12800595 or 11382076. OLE color: 11382076.

HSL color Cylindrical-coordinate representation of color #3CADAD: hue angle of 180º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CADAD is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 173 173 -
CMYK 0.65 0 0 0.32
HSL 180º 0.48% 0.46% -
HSV(B) 180º 0.65% 0.68% -
XYZ 24.35 33.86 44.79 -
YUV 139.21 147.06 71.5 -
System Red Green Blue C M Y K H S L
Decimal 60 173 173 0.65 0 0 0.32 180 0.48 0.46
Hex 3C AD AD 41 0 0 20 B4 30 2E
Octal 74 255 255 101 0 0 40 264 60 56
Binary 111100 10101101 10101101 1000001 0 0 100000 10110100 110000 101110

Color Harmonies of #3CADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CADAD

Black with #3CADAD

Text Example


Text Example

White with #3CADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,173,173); }

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

background-color css

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

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

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

border-color css

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

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

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