Html Css Color HEX #34B0BA Light Sea Green

📋 copy color: '#34B0BA'

red 52 ◦ green 176 ◦ blue 186

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

Shades of Light Sea Green #34B0BA

Tints of Light Sea Green #34B0BA

RGB

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

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

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

R = 12.56%
G = 42.51%
B = 44.93%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#34B0BA (or 0x34B0BA) is known color: Light Sea Green. HEX triplet: 34, B0 and BA. RGB value is (52,176,186). Sum of RGB (Red+Green+Blue) = 52+176+186=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #34B0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34B0BA is #CB4F45. Grayscale: #8B8B8B. Windows color (decimal): -13324102 or 12234804. OLE color: 12234804.

HSL color Cylindrical-coordinate representation of color #34B0BA: hue angle of 184.48º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B0BA is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 176 186 -
CMYK 0.72 0.05 0 0.27
HSL 184.48º 0.56% 0.47% -
HSV(B) 184.48º 0.72% 0.73% -
XYZ 25.8 35.33 51.91 -
YUV 140.06 153.92 65.19 -
System Red Green Blue C M Y K H S L
Decimal 52 176 186 0.72 0.05 0 0.27 184.48 0.56 0.47
Hex 34 B0 BA 48 5 0 1B B8 38 2F
Octal 64 260 272 110 5 0 33 270 70 57
Binary 110100 10110000 10111010 1001000 101 0 11011 10111000 111000 101111

Color Harmonies of #34B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B0BA

Black with #34B0BA

Text Example


Text Example

White with #34B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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