Html Css Color HEX #34C0BA Light Sea Green

📋 copy color: '#34C0BA'

red 52 ◦ green 192 ◦ blue 186

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

Shades of Light Sea Green #34C0BA

Tints of Light Sea Green #34C0BA

RGB

 RED value IS 52 (20.7% from 255) = 12.09%

 GREEN value IS 192 (75.39% from 255) = 44.65%

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 12.09%
G = 44.65%
B = 43.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#34C0BA (or 0x34C0BA) is known color: Light Sea Green. HEX triplet: 34, C0 and BA. RGB value is (52,192,186). Sum of RGB (Red+Green+Blue) = 52+192+186=430 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.09% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #34C0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C0BA is #CB3F45. Grayscale: #959595. Windows color (decimal): -13320006 or 12238900. OLE color: 12238900.

HSL color Cylindrical-coordinate representation of color #34C0BA: hue angle of 177.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C0BA is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 192 186 -
CMYK 0.73 0 0.03 0.25
HSL 177.43º 0.57% 0.48% -
HSV(B) 177.43º 0.73% 0.75% -
XYZ 29.13 41.97 53.02 -
YUV 149.46 148.62 58.49 -
System Red Green Blue C M Y K H S L
Decimal 52 192 186 0.73 0 0.03 0.25 177.43 0.57 0.48
Hex 34 C0 BA 49 0 3 19 B1 39 30
Octal 64 300 272 111 0 3 31 261 71 60
Binary 110100 11000000 10111010 1001001 0 11 11001 10110001 111001 110000

Color Harmonies of #34C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C0BA

Black with #34C0BA

Text Example


Text Example

White with #34C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34C0BA; }

 p { color: rgb(52,192,186); }

 H1.HeaderClassName
 {
   color: #34C0BA;
 }
 .AnyTagClassName
 {
   color: #34C0BA;
 }
</style>

background-color css

<style>
 a { background-color: #34C0BA; }

 a { background-color: rgb(52,192,186); }

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

border-color css

<style>
 span { border-color: #34C0BA; }

 span { border-color: rgb(52,192,186); }

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