Html Css Color HEX #34B8B4 Light Sea Green

📋 copy color: '#34B8B4'

red 52 ◦ green 184 ◦ blue 180

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

Shades of Light Sea Green #34B8B4

Tints of Light Sea Green #34B8B4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.23%

 BLUE value IS 180 (70.7% from 255) = 43.27%

R = 12.5%
G = 44.23%
B = 43.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#34B8B4 (or 0x34B8B4) is known color: Light Sea Green. HEX triplet: 34, B8 and B4. RGB value is (52,184,180). Sum of RGB (Red+Green+Blue) = 52+184+180=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 184 - color contains mainly: green. Hex color #34B8B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B8B4 is #CB474B. Grayscale: #8F8F8F. Windows color (decimal): -13322060 or 11843636. OLE color: 11843636.

HSL color Cylindrical-coordinate representation of color #34B8B4: hue angle of 178.18º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B8B4 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 184 180 -
CMYK 0.72 0 0.02 0.28
HSL 178.18º 0.56% 0.46% -
HSV(B) 178.18º 0.72% 0.72% -
XYZ 26.79 38.31 49.16 -
YUV 144.08 148.27 62.33 -
System Red Green Blue C M Y K H S L
Decimal 52 184 180 0.72 0 0.02 0.28 178.18 0.56 0.46
Hex 34 B8 B4 48 0 2 1C B2 38 2E
Octal 64 270 264 110 0 2 34 262 70 56
Binary 110100 10111000 10110100 1001000 0 10 11100 10110010 111000 101110

Color Harmonies of #34B8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B8B4

Black with #34B8B4

Text Example


Text Example

White with #34B8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,184,180); }

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

background-color css

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

 a { background-color: rgb(52,184,180); }

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

border-color css

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

 span { border-color: rgb(52,184,180); }

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