Html Css Color HEX #7DCCC9 Bermuda

📋 copy color: '#7DCCC9'

red 125 ◦ green 204 ◦ blue 201

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

Shades of Bermuda #7DCCC9

Tints of Bermuda #7DCCC9

RGB

 RED value IS 125 (49.22% from 255) = 23.58%

 GREEN value IS 204 (80.08% from 255) = 38.49%

 BLUE value IS 201 (78.91% from 255) = 37.92%

R = 23.58%
G = 38.49%
B = 37.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#7DCCC9 (or 0x7DCCC9) is known color: Bermuda. HEX triplet: 7D, CC and C9. RGB value is (125,204,201). Sum of RGB (Red+Green+Blue) = 125+204+201=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCC9 is #823336. Grayscale: #B3B3B3. Windows color (decimal): -8532791 or 13225085. OLE color: 13225085.

HSL color Cylindrical-coordinate representation of color #7DCCC9: hue angle of 177.72º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCCC9 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 204 201 -
CMYK 0.39 0 0.01 0.2
HSL 177.72º 0.44% 0.65% -
HSV(B) 177.72º 0.39% 0.8% -
XYZ 40.59 51.76 63.11 -
YUV 180.04 139.83 88.74 -
System Red Green Blue C M Y K H S L
Decimal 125 204 201 0.39 0 0.01 0.2 177.72 0.44 0.65
Hex 7D CC C9 27 0 1 14 B2 2C 41
Octal 175 314 311 47 0 1 24 262 54 101
Binary 1111101 11001100 11001001 100111 0 1 10100 10110010 101100 1000001

Color Harmonies of #7DCCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCCC9

Black with #7DCCC9

Text Example


Text Example

White with #7DCCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DCCC9; }

 p { color: rgb(125,204,201); }

 H1.HeaderClassName
 {
   color: #7DCCC9;
 }
 .AnyTagClassName
 {
   color: #7DCCC9;
 }
</style>

background-color css

<style>
 a { background-color: #7DCCC9; }

 a { background-color: rgb(125,204,201); }

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

border-color css

<style>
 span { border-color: #7DCCC9; }

 span { border-color: rgb(125,204,201); }

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